home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / sdp.dir / 00001.ls next >
Encoding:
Text File  |  1995-07-13  |  100 b   |  8 lines

  1. on exitFrame
  2.   if the freeBytes < (6000 * 1024) then
  3.     go("st")
  4.   else
  5.     go("st2")
  6.   end if
  7. end
  8.